This tutorial shows how to specify Active Profile through application.properties.
application.properties will always be included in the application (regardless of Active Profile).
You can use Assign Profile to - application.properties to test changes.
Edit File: application.properties (inside src/main/resources, specifies active Profile)
application.properties (specifies active Profile)
spring.profiles.active = Profile1